Find Substring With Regex
Command Prototype
sRet = Regex.FindStr(sText,sPattern,iGroup)
Command Description
Use a Regex to find a string, and return the found substring
Parameter Description
- Required Parameter
- sText--The string to operate
- sPattern--The Regex
- iGroup--Return the no.n substring if n is passed, return no substring if 0 is passed
- return
- sRet--The variable used to save the output of the function call